home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _8AE10D39793A41519DEC45A3C33DA2D3 < prev    next >
Encoding:
Text File  |  2005-08-12  |  584 b   |  34 lines

  1.  
  2. shader()
  3. {
  4.     cull("ccw")
  5.     sortweight("translucent14")
  6.  
  7.     stream("color", 0)
  8.  
  9.     pass()
  10.     {
  11.         tmu()
  12.         {
  13.             texture()
  14.             {
  15.                 image("CH_FX_FlaryGlow.png")
  16.             }
  17.  
  18.             colorop("mul", "texture", "diffuse", "current")
  19.             alphaop("mul", "texture", "tfactor_a", "current")
  20.         }
  21.  
  22.         //blendfunc("src_alpha", "one")
  23.         blendfunc("src_alpha", "one")
  24.         depthfunc("always", 0)
  25.  
  26.         colorgen("tfactor", "user", 0,0,0, "user", 0,0,0)
  27.  
  28.         nofog()
  29.  
  30.     }
  31. }
  32.  
  33.  
  34.